<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */



.conte {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

/* 产品中心 */
.cpzx_center{
	width:100%;
	height:auto;
	padding-bottom: 60px;
	background: #0d63c1;
	position: relative;
}
  /*title*/
.title2{
	text-align: center;
	padding: 30px 0;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 10px;
}
.title2 h1 {
    font-size: 36px;
    color: #fff;
}
.title2 span {
    font-size: 15px;
    color: #fff;
}
.title2 span{
	display: inline-block;
    padding: 0 20px;
	background: #0d63c1;
}
.title2 b {
	width: 100%;
    height: 1px;
    background: #eee;
    display: block;
    margin-top: -12px;
}
  /*车型展示*/
.anli-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.anli-list li {
    float: left;
    display: inline;
	/*width: 360px;
	margin: 0 20px;*/
    width: 382px;
    height: auto;
	margin-bottom: 25px;
	padding-bottom: 10px;
    margin-right: 25px;
    overflow: hidden;
    cursor: pointer;
	background: #fff;
    box-shadow: 0 0 10px #333;
}
  /*3的倍数的图片右边距为0*/
.anli-list li:nth-child(3n){
	margin-right: 0;
}
.anli-list li a{ display: block;}
.anli-list li img {
	display: block;
	margin: 20px auto 10px auto;
	width: auto;
    height: 185px;
}
.anli-list li .anli-text{
	font-size: 14px;
    color: #333;
	line-height: 30px;
	padding: 0 20px;
	overflow: hidden;
}
.anli-list .anli-text h1{
	font-size: 16px;
    color: #333;
	display: inline;
	padding-right: 15px;
}
.anli-list .anli-text span{
	font-size: 14px;
    color: #333;
	display: inline; 
}
.anli-list .anli-text .wenzi span{
	font-size: 14px;
	color: #fa2100;
	display: inline;
}
.anli-list .anli-text .wenzi .price{
	font-size: 18px;
	padding-right: 3px;
}
.anli-list li p{ line-height: 30px; padding: 0 20px; }
.anli-list li p span{
	display: inline;
	color: #666;
	font-size: 14px;
	padding-right: 10px;
}
.anli-list li a:hover h1, .anli-list li a:hover span{
	color: #0d63c1;
}

/*服务优势*/
  /*向下箭头指示*/
.advantage .fw-img { position: absolute;top: -2px;left: 50%; margin-left: -56px;}

  /*title*/
.title3{
	text-align: center;
	padding: 30px 0;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 10px;
}
.title3 h1 {
    font-size: 36px;
    color: #000;
}
.title3 span {
    font-size: 15px;
    color: #333;
}
.title3 span{
	display: inline-block;
    padding: 0 20px;
	background: #EEEEEE;
}
.title3 b {
	width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    margin-top: -12px;
}
  /*服务优势内容*/
.advantage {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
	background: #EEEEEE;
    position: relative;
}
.service-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.service-list li {
    float: left;
    display: inline;
    width: 288px;
    height: auto;
    padding-bottom: 10px;
    margin-right: 15px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
	border-radius: 5px;
}
.service-list li:last-child{ margin-right: 0;}
.service-list li .item{
    display: block;
	padding: 25px 12px;
}
.service-list li img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 185px;
	border-radius: 50%;
}
.service-list li h1{
	font-size: 22px;
    color: #000;
    line-height: 36px;
    padding: 10px 0;
    text-align: center;
}
.service-list li p{
	font-size: 12px;
    color: #696868;
    line-height: 26px;
}
.service-list li a{
	display: block;
    font-size: 15px;
    color: #fff;
    width: 106px;
    height: 30px;
    line-height: 30px;
    background: #0d63c1;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
	margin-top: 20px;
}

/*公司简介*/
  /*向下箭头指示*/
.gsjj_center .gs-img { position: absolute;top: -2px;left: 50%; margin-left: -56px;}

.title4 b {
    width: 800px;
	margin: 0 auto;
    height: 1px;
    background: #eee;
    display: block;
    margin-top: -12px;
}
  /*公司简介内容*/
.gsjj_center {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    background: #0d63c1;
    position: relative;
}
.gsjj_center .gsjj_con{
    width: 100%;
    height: auto;
    overflow: hidden;
	background: #fff;
	padding: 10px 20px;
}
  /*最新公告*/
.gsjj_con .gonggao{
	width: 420px;
    padding: 15px 20px 0 0px;
	height: 320px;
}
  /*更多链接标题*/
.link-more{
	background: url(../images/about-bg.jpg) top right no-repeat;
}
.link-more a{
	display: block;
	text-transform: uppercase;
    font-size: 22px;
	color: #333;
	font-weight: 600;
}
.link-more a span{
	color: #0d63c1;
    padding-left: 8px;
}
.gonggao .title{
	font-size: 18px;
    line-height: 30px;
	color: #333;
	margin-bottom: 8px;
}
.gonggao h1{
	font-size: 16px;
    line-height: 30px;
    color: #333;
}
.gonggao p{
	font-size: 14px;
    line-height: 24px;
    color: #666;
	margin: 5px 0;
}
.gonggao p a{
    color: #666;
}
.gonggao p a:hover{
    color: #0d63c1;
}
.gonggao .gao-list{
	width: 100%;
    height: auto;
    overflow: hidden;
	padding-left: 25px;
	padding-top: 5px;
	background: url(../images/gao-bg.jpg) no-repeat;
}
.gonggao .gao-list li{
	font-size: 14px;
    color: #333;
    line-height: 30px;
}
.gonggao .gao-list li a{
	float: left;
    color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 76%;
}
.gonggao .gao-list li a:hover{
    color: #0d63c1;
}
.gonggao .gao-list li span{
	float: right;
	font-size: 13px;
    color: #666;
}
  /*关于我们*/
.gsjj_con .gao-img {
	margin-top: 40px;
}
.gsjj_con .jianjie {
	width: 372px;
    padding: 15px 0 0 20px;
    height: 320px;
}
.gsjj_con .jianjie .title {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 8px;
}
.gsjj_con .jianjie p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
	margin-top: 10px;
}

/*联系我们*/
.lianxi_center{
    width: 100%;
    height: auto;
    padding-bottom: 45px;
	background: url(../images/lianxi-bg.jpg) no-repeat;
}
.title5 span {
    display: inline-block;
    padding: 0 20px;
    background: #b2b2b2;
}
.lianxi_center .lianxi_con{
	width: 930px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 8px;
}
.lianxi_con .lxwm-text{
	width: 360px;
    height: 380px;
    padding-right: 30px;
    border-right: 1px dashed #fff;
}
.lxwm-text h1{
	font-size: 24px;
    color: #fff;
	line-height: 30px;
}
.lxwm-text img{
	margin: 20px 0;
}
.lxwm-text p{
	font-size: 14px;
    color: #fff;
	line-height: 30px;
}
   /*在线留言*/
   
   
.liuy{
    background: url(../images/on_bj.jpg) no-repeat left top;    padding-left: 475px;
}  
.lianxi_con .liuyan-form{
	color: #fff;
    width: 570px;
    padding-left: 70px;
	border-left: 1px dashed #fff;
}
.liuyan-form h1{
	font-size: 24px;
    color: #fff;
	line-height: 30px;
	margin-bottom: 15px;
}
#form1 ul{
	width: 100%;
}
#form1 ul li{
	line-height: 30px;
    font-size: 14px;
	color: #fff;
}
#form1 ul li input{color:#666;}
#form1 label{
   /*float: left;*/
    text-align: right;
    width: 90px;
	line-height: 30px;
}
#form1 .w200{
    width: 320px;
    border: 1px solid #1C57B1;
    margin: 10px 0;
	line-height: 32px;
}
#form1 textarea{
	height: 110px;
    width: 405px;
	margin-top: 10px;
}
#form1 .li-cen{
	margin-left: 90px;
    margin-top: 20px;
}
.li-cen input{
	width: 140px;
    margin-left: 20px;
    background: #0d63c1;
    color: #fff;
    font-size: 18px;
    border: none;
    line-height: 40px;
}
.li-cen input:hover{
	background: #0d63c1;
}

#hz{
    cursor: pointer;}

/*内页内容开始*/
 /*内页底部*/
.foot_link .part{
   padding: 5px 0px;
}
.add{
	width: 100%;
}
.add img{
	width: 100%;
}

 /*关于我们*/
.content{
	width: 100%;
    overflow: hidden;
    height: auto;
}
.main{
	width: 100%;
    overflow: hidden;
    height: auto;
	padding: 30px 0;
}
  /*内页左侧菜单*/
.lefter{
	width: 240px;
	margin-right: 40px;
	float:left;
}
.lefter .about_1 {
    width: 220px;
    height: 77px;
    background: #e90001;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
    line-height: 24px;
    padding-top: 16px;
}
.lefter .subnav {  
	height: auto;
    background: #f1f1f1;
    margin-top: 15px;
}
.subnav li a.active {
	background: url(../images/lin_bg.png) repeat-y;
	color: #fff;
	text-decoration: none;
}
.subnav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #dedfe3;
    font-size: 14px;
	color: #333;
}
.subnav li a:hover{
	background:url(../images/lin_bg.png) repeat-y;
	color:#FFFFFF;
	text-decoration:none;
}
.lefter .about_3{
    width: 240px;
    height: 309px;
    background: url(../images/lxwm_bg1.png) no-repeat;
    margin-top: 30px;
}
.lefter .about_3 h1 {
    font-size: 23px;
    padding-top: 28px;
    padding-left: 26px;
    color: #414141;
}
.lefter .about_3 h3 {
    font-size: 18px;
    padding-left: 26px;
    color: #414141;
	padding-bottom: 10px;
}
.lefter .about_3 p {
	padding: 0 10px;
    font-size: 12px;
    color: #4c4c4c;
    line-height: 28px;
}

  /*右侧内容*/
.righter{
	float: right;
    width: 950px;
}
.right_tit{
	border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
	margin-left: 30px;
}
.right_tit h1{
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	color: #333;
	float: left;
}
.right_tit p{
	float: right;
}
.con-tit {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
	text-align: right;
    padding-right: 20px;
	font-size: 14px;
	line-height: 40px;
}
.con-tit a{
	color: #333;
}
.right_tit .line {
    width: 80px;
    height: 4px;
    background: #0d63c1;
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
}
.main .new_cont {
    color: #666;
    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;
	margin-left: 30px;
}
.new_cont p {
    line-height: 25px;
    padding-bottom: 25px;
    
}
  /*联系我们*/
.mine-rig-c{ margin-left: 30px; }
.lxfs{
	padding: 20px 0;
}
.lxfs p{
	line-height: 25px;
    padding-bottom: 10px;
}

  /*车型展示*/
.music_box li {
    float: left;
    display: inline;
    width: 286px;
    height: auto;
    padding-bottom: 10px;
    margin: 12px 8px;
}
.music_box li img{
	display: block;
    margin: 20px auto 10px auto;
    width: 270px;
    height: 185px;
}

/*新闻中心*/ 
.newslist .u {
	height: auto;
    width: 100%;
    border-bottom: 1px #ccc dashed;
    overflow: hidden;
	margin-bottom: 20px;
    padding-bottom: 20px;
	margin-left: 30px;
}
.newslist .u a{
	display: block;
	overflow: hidden;
}
.newslist .u:hover a{
	color: #0d63c1;
}
.newslist .conlast {
	color: #999999;
	line-height: 28px;
}
.newslist .left {
	float: left;
}
.newslist .end .y {
	margin-bottom: 10px;
	color: #ccc;
}
.newslist .u .img {
	width: 180px;
    height: 113px;
    display: block;
    margin-top: 12px;
}
.newslist .u .info {
	width: 640px;
	height: auto;
	box-sizing: border-box;
	padding: 0 30px;
}
.newslist .u .info .title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    color: #333;
}
.newslist .u .info .title a {
	font-family: "微软雅黑"
}
.newslist .u .end {
	width: 80px;
	text-align: center;
	color: #ccc;
	margin-top: 30px;
	border-left: 1px solid #ccc;
}
.newslist .u .end .md {
	font-size: 20px;
	margin-top: 10px;
	color: #ccc;
}
.newslist .u .end .y {
	font-size: 12px;
	margin-bottom: 10px;
}
.newslist .u .info:hover h3{
	color: #0d63c1;
}

/*新闻详情*/
.q_news {
    height: auto;
    overflow: hidden;
    /*padding-bottom: 20px;*/
}
.new-tit{
	font-size: 20px;
	padding: 20px 0 12px 0;
	text-align: center;
	color: #555;
}
.new-date{
	display: block;
    color: #666;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;	
}
.new-date b{
	padding-right: 18px;
}
.new-con{
	padding: 15px 20px;
}
.new-con p{line-height: 30px;color:#444;
	
}
.new-con img {
    display: block;
    margin: 4px auto;
	width: auto;  
	margin-bottom: 20px;
}

/*分享*/
.bdsharebuttonbox {
	border-bottom: 1px dashed #01b2a9;
    padding-bottom: 10px;
}
.bdsharebuttonbox span{
	line-height: 40px;
    font-size: 14px;
    padding-right: 6px;
}

/*翻页*/
.ud{
	padding-top: 8px;
	line-height: 34px;
	overflow: hidden;
	color: #666;
	border-top: 1px dashed #ccc;
	font-size: 14px;
	margin: 10px 0 20px 30px;
}
.ud a{  
	color: #333;
}
.ud a:hover {
	text-decoration: underline;
	color: #0d63c1;	
}

/*页码*/
.page, .page ul {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}
#page{
	margin: 0 auto;
    width: 520px;
}
.page ul li{
   float: left;
}
.page ul li.c{line-height: 30px;}
.page ul li a{
	/*float: left;*/
	display: inline-block;
    line-height: 26px;
    height: 26px;
    margin: 2px 3px;
    padding: 0 6px;
    border: 1px solid #ededed;   
    color: #7d7d7d;
}
.page ul li span{
	float: left;
	display: inline-block;
    line-height: 26px;
    height: 26px;
    margin: 2px 3px;
    padding: 0 6px;
}
.page ul li.on {
	border: none;
    cursor: pointer;
}
.page ul li a:hover{
	color: #fff;
	background: #0d63c1;
}

/*在线留言*/
.liuy ul{
	width: 500px;
	margin: 30px 30px; 
}
.liuy ul li{
	line-height: 65px;
    font-size: 18px;
	color: #333;
	margin: 26px 0;
}
.liuy label{
	float: left;
    text-align: right;
    width: 205px;
	line-height: 35px;
	padding-right: 10px;
}
.liuy .w200{
    width: 280px;
    border: 1px solid #ccc;
    line-height: 32px;
}
.liuy textarea{
	height: 110px;
    width: 330px;
	margin-top: 10px;
}
.liuy .li-cen{
	margin-left: 90px;
    margin-top: 20px;
}
.liuy .li-text input{
	display: block;
    width: 140px;
    margin: 0 auto;
    background: #0d63c1;
	border: 1px solid #ccc;
    color: #fff;
    font-size: 18px;
    border: none;
    line-height: 40px;
}
.liuy .li-text input:hover{
	background: #0d63c1;
}


/*产品详情放大效果*/
.pro-datu{ margin-bottom: 20px; overflow: hidden;}

.preview{width:400px; height:465px; margin:30px 0px 0px 25px; float: left;}

/* smallImg */
.smallImg{position:relative; height:52px; margin-top:1px; background-color:#F1F0F0; padding:6px 5px; width:390px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/d_08.png) no-repeat;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/d_09.png) no-repeat; margin-left:375px; margin-top:-50px;}

#imageMenu {height:50px; width:360px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;}

/* bigImg */
.bigImg{position:relative; float:left; width:400px; height:400px; overflow:hidden;}
.bigImg #midimg{width:400px; height:400px;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}

/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999; top: 600px!important}

#bigView img{position:absolute;}

/*产品文字描述*/
.pro-datu .pright{
	width: 400px;
    float: left;
    margin: 30px 30px;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
}
.pro-datu .pright h2 {
    color: #0d63c1;
    line-height: 30px;
    padding: 5px 8px;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
	margin-bottom: 20px;
}
.pro-datu .pright p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.pro-datu .pright p .cpt-fenlei{
    font-weight: bold;
}
.pd_hotline{
	font-size: 15px;
	color: #666;
	line-height: 30px;
	font-weight: bold;
	margin: 10px 0;
}
.pd_hotline .font_hotline {
    font-size: 22px;
    font-weight: bold;
    color: #0d63c1;
}
.pd_zixun{
   /*text-align: center;*/
   margin: 20px 20px;
}










/*相关推荐*/
.news-list { margin-left: 30px;}
.news-in{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-in li {
    line-height: 35px;
    color: #0d63c1;
    font-size: 14px;
    background: url(../images/plnum.png) no-repeat center left;
    float: left;
    width: 430px;
    overflow: hidden;
    margin-right: 30px;
}
.news-in li a {
    width: 100%;
    float: left;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    color: #7d7d7d;
}
.news-in li a:hover{
	color: #0d63c1;
	text-decoration: underline;
}













</pre></body></html>